Reinstate the correct field value
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Dec 2010 05:04:17 +0000 (00:04 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 21 Dec 2010 17:07:03 +0000 (12:07 -0500)
gdk/x11/gdkdnd-x11.c

index eff8bd39db1ad8487caee9b2ecce9d399f2c828c..b0a628a4220c76352d445ebcc37a6efb5355c819 100644 (file)
@@ -3627,7 +3627,7 @@ gdk_drag_context_x11_drag_status (GdkDragContext *context,
       xev.xclient.data.l[1] = (action != 0) ? (2 | 1) : 0;
       xev.xclient.data.l[2] = 0;
       xev.xclient.data.l[3] = 0;
-      xev.xclient.data.l[4] = 0;
+      xev.xclient.data.l[4] = xdnd_action_to_atom (display, action);
       if (!xdnd_send_xevent (context_x11, context->source_window, FALSE, &xev))
         GDK_NOTE (DND,
                   g_message ("Send event to %lx failed",